X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=core%2Fapplications%2Fexample_application%2Fexample_application.cpp;h=f82f2f7873405e6900e8091bb933aac764ea6935;hb=38bc4d6f3bb72ca72a984430552fd85ce06a074a;hp=767b453058caa7a09c4595cf39dd9d6758066c50;hpb=89cf55d3c943f9ce34e8a09cdbe1719d62bcff83;p=feisty_meow.git diff --git a/core/applications/example_application/example_application.cpp b/core/applications/example_application/example_application.cpp index 767b4530..f82f2f78 100644 --- a/core/applications/example_application/example_application.cpp +++ b/core/applications/example_application/example_application.cpp @@ -65,8 +65,8 @@ public: virtual int execute(); //!< the root of the program's activity. - void print_instructions(); - //!< describes the available command line options for the ULS. + int print_instructions() { LOG("no instructions at this time."); return 1; } + //!< describes the available command line options for this program. private: singleton_application _app_lock; //!< our inter-application synchronizer.