]> git.lyx.org Git - lyx.git/blobdiff - src/Session.h
Fix bug #12609
[lyx.git] / src / Session.h
index ea5175455da24827684015646e6a1609e6b8f156..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