X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=598f1328ebb325d848b42d86abaf7060290f3159;hb=c4db1d0f5a05429726d244caebd207bf29c58d71;hp=a32a69800e658b643cc2e8fd3f93052b25f79f0f;hpb=138b23fac84930cdbfada0067c61480989041113;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index a32a69800e..598f1328eb 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -50,9 +50,7 @@ public: /// return the current version description virtual std::string const versionString() const = 0; /// return the current version - std::string const & version() const { - return version_; - } + std::string const & version() const { return version_; } /// return the user who has locked the file std::string const & locker() const { return locker_; } /// set the owning buffer