aboutsummaryrefslogtreecommitdiff
path: root/src/StyleMenuItem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/StyleMenuItem.cc')
-rw-r--r--src/StyleMenuItem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StyleMenuItem.cc b/src/StyleMenuItem.cc
index fde036f..628935d 100644
--- a/src/StyleMenuItem.cc
+++ b/src/StyleMenuItem.cc
@@ -32,7 +32,7 @@ StyleMenuItem::StyleMenuItem(const FbTk::FbString &label, const std::string &fil
32 m_filename(filename) { 32 m_filename(filename) {
33 // perform shell style ~ home directory expansion 33 // perform shell style ~ home directory expansion
34 // and insert style 34 // and insert style
35 FbTk::RefCount<FbTk::Command> 35 FbTk::RefCount<FbTk::Command<void> >
36 setstyle_cmd(new FbCommands:: 36 setstyle_cmd(new FbCommands::
37 SetStyleCmd(m_filename)); 37 SetStyleCmd(m_filename));
38 setCommand(setstyle_cmd); 38 setCommand(setstyle_cmd);