summaryrefslogtreecommitdiff
path: root/lib/vehicleproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vehicleproperty.h')
-rw-r--r--lib/vehicleproperty.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h
index 86b5ff83..876ce223 100644
--- a/lib/vehicleproperty.h
+++ b/lib/vehicleproperty.h
@@ -274,11 +274,12 @@ public:
* \brief factory constructs a static instance of VehicleProperty. This should be called once before VehicleProperty is used in the app
*/
static void factory();
+
/*!
*
- * \brief destroys static instance of VehicleProperty. This should be called at application shutdown
- */
- static void shutdown();
+ * \brief destroys static instance of VehicleProperty. This should be called at application shutdown
+ */
+ static void shutdown();
typedef std::string Property;