summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/LashController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingenuity/LashController.h')
-rw-r--r--src/progs/ingenuity/LashController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/ingenuity/LashController.h b/src/progs/ingenuity/LashController.h
index 0619f32f..21ab5384 100644
--- a/src/progs/ingenuity/LashController.h
+++ b/src/progs/ingenuity/LashController.h
@@ -35,13 +35,13 @@ public:
LashController(lash_args_t* args);
~LashController();
- bool enabled() { return lash_enabled(m_client); }
+ bool enabled() { return lash_enabled(_client); }
void process_events();
private:
void save(const string& dir);
- lash_client_t* m_client;
+ lash_client_t* _client;
void handle_event(lash_event_t* conf);
void handle_config(lash_config_t* conf);