summaryrefslogtreecommitdiff
path: root/dgl/Application.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dgl/Application.hpp')
-rw-r--r--dgl/Application.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/Application.hpp b/dgl/Application.hpp
index 6787c493..dc630ceb 100644
--- a/dgl/Application.hpp
+++ b/dgl/Application.hpp
@@ -62,7 +62,7 @@ public:
idle() is called at regular intervals.
@note This function is meant for standalones only, *never* call this from plugins.
*/
- void exec();
+ void exec(int idleTime = 10);
/**
Quit the application.