diff Applications/Generic/NativeStoneApplicationContext.cpp @ 516:11fa6f00e33c bgo-commands-codegen

Dummy changes (warnings, dummy dtor to check proper deletion, line wrapping) + fixes for AM changes (Corner renamed to ControlPoint...)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 12 Mar 2019 08:51:15 +0100
parents a750f11892ec
children 4f2416d519b4
line wrap: on
line diff
--- a/Applications/Generic/NativeStoneApplicationContext.cpp	Mon Mar 11 14:39:31 2019 +0100
+++ b/Applications/Generic/NativeStoneApplicationContext.cpp	Tue Mar 12 08:51:15 2019 +0100
@@ -51,7 +51,7 @@
     stopped_(true),
     updateDelayInMs_(100)   // By default, 100ms between each refresh of the content
   {
-    srand(time(NULL)); 
+    srand(static_cast<unsigned int>(time(NULL))); 
   }