]> git.lyx.org Git - lyx.git/blobdiff - src/Session.h
Fix bug #12609
[lyx.git] / src / Session.h
index b7443b9cab5eb0dd4683fd9ea330d77820ebf63f..a433cbaf59abdf5f5b3b938949754d5972b8e156 100644 (file)
@@ -302,7 +302,7 @@ public:
        void write(std::ostream & os) const override;
 
        /// Return lastcommands container (vector)
-       LastCommands const getcommands() const { return lastcommands; }
+       LastCommands const getcommands() const { return lastcommands; }
 
        /** add command to lastcommands list
            @param command command to add
@@ -361,7 +361,7 @@ class ShellEscapeSection : SessionSection
 {
 public:
        ///
-       explicit ShellEscapeSection() {};
+       explicit ShellEscapeSection() {}
 
        ///
        void read(std::istream & is) override;