]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiChanges.h
Add missing initialization
[lyx.git] / src / frontends / qt4 / GuiChanges.h
index 344f5e56070d313ab251e528305f4c7e5074643d..1096e6293afcd884160d37dc27dfbb2306c080de 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "GuiDialog.h"
 #include "ui_ChangesUi.h"
+
+#include "support/debug.h"
 #include "support/docstring.h"
 
 
@@ -52,11 +54,6 @@ private:
        bool isBufferDependent() const { return true; }
        /// always true since dispatchParams() is empty
        bool canApply() const { return true; }
-
-       /// return date of change
-       docstring changeDate() const;
-       /// return author of change
-       docstring changeAuthor() const;
 };
 
 } // namespace frontend