aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index c46512f..2fe4383 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -291,7 +291,8 @@ struct App
void lm_enddraw(const char *drawing_name);
private:
- std::unique_ptr<wm::AppList> app_list;
+ //std::unique_ptr<wm::AppList> app_list;
+ //AppList *app_list;
};
} // namespace wm