aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r--src/CurrentWindowCmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc
index 1851f2d..1122e1f 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -605,7 +605,7 @@ void FullscreenCmd::real_execute() {
605 605
606FbTk::Command<void> *SetLayerCmd::parse(const string &command, 606FbTk::Command<void> *SetLayerCmd::parse(const string &command,
607 const string &args, bool trusted) { 607 const string &args, bool trusted) {
608 int l = Layer::getNumFromString(args); 608 int l = ResourceLayer::getNumFromString(args);
609 return (l == -1) ? 0 : new SetLayerCmd(l); 609 return (l == -1) ? 0 : new SetLayerCmd(l);
610} 610}
611 611