diff options
Diffstat (limited to 'src/FbTk/AutoReloadHelper.hh')
-rw-r--r-- | src/FbTk/AutoReloadHelper.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/AutoReloadHelper.hh b/src/FbTk/AutoReloadHelper.hh index 36be8f1..b337a4a 100644 --- a/src/FbTk/AutoReloadHelper.hh +++ b/src/FbTk/AutoReloadHelper.hh | |||
@@ -34,8 +34,8 @@ namespace FbTk { | |||
34 | class AutoReloadHelper { | 34 | class AutoReloadHelper { |
35 | public: | 35 | public: |
36 | 36 | ||
37 | void setMainFile(std::string filename); | 37 | void setMainFile(const std::string& filename); |
38 | void addFile(std::string filename); | 38 | void addFile(const std::string& filename); |
39 | void setReloadCmd(RefCount<Command<void> > cmd) { m_reload_cmd = cmd; } | 39 | void setReloadCmd(RefCount<Command<void> > cmd) { m_reload_cmd = cmd; } |
40 | 40 | ||
41 | void checkReload(); | 41 | void checkReload(); |