]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
don't copy if a reference is fine
[lyx.git] / src / MenuBackend.C
index b11f0a7a9145e27538c339b46afd459cdd1e380e..de6b67c0a181569acd798a36a52a345f21266430 100644 (file)
@@ -79,11 +79,13 @@ MenuItem::MenuItem(Kind kind, string const & label,
        }
 }
 
+
 string const MenuItem::label() const 
 { 
        return token(label_, '|', 0); 
 }
 
+
 string const MenuItem::shortcut() const
 { 
        return token(label_, '|', 1); 
@@ -246,6 +248,7 @@ void Menu::checkShortcuts() const
        }
 }
 
+
 namespace {
 
 class compare_format {