]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / Changes.h
index 435d44bca37d609a1404152272434e5181fdf086..84c4fea707e67d684287cb6e83cd36d3e0d368b4 100644 (file)
@@ -41,7 +41,7 @@ public:
                DELETED // deleted text
        };
 
-       explicit Change(Type t = UNCHANGED, int a = 0, time_t ct = current_time())
+       explicit Change(Type t = UNCHANGED, int a = 0, time_t ct = support::current_time())
                : type(t), author(a), changetime(ct) {}
 
        /// is the change similar to the given change such that both can be merged?