From a7e51900004fffb90da4523c6dd9576711a1cad2 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Sat, 7 Oct 2017 20:58:35 -0500 Subject: [PATCH] typo fix --- include/appbase/application.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appbase/application.hpp b/include/appbase/application.hpp index 985a608a4..73aded06d 100644 --- a/include/appbase/application.hpp +++ b/include/appbase/application.hpp @@ -82,7 +82,7 @@ namespace appbase { ///@} private: - application(); ///< private because application is a singlton that should be accessed via instance() + application(); ///< private because application is a singleton that should be accessed via instance() map> plugins; ///< all registered plugins vector initialized_plugins; ///< stored in the order they were started running vector running_plugins; ///< stored in the order they were started running