]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Refactor InsetQuotes.h enums
[lyx.git] / src / LyXAction.cpp
index 8b13630d8688552b990ad00f5d158f1dc8b2b2c8..e1d78a012fd43fad6c7fbbdc784918263c71fe05 100644 (file)
@@ -4536,13 +4536,13 @@ bool LyXAction::funcHasFlag(FuncCode action,
 }
 
 
-LyXAction::const_iterator LyXAction::func_begin() const
+LyXAction::const_iterator LyXAction::begin() const
 {
        return lyx_func_map.begin();
 }
 
 
-LyXAction::const_iterator LyXAction::func_end() const
+LyXAction::const_iterator LyXAction::end() const
 {
        return lyx_func_map.end();
 }