diff Applications/Samples/SampleApplicationBase.h @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 8c8da145fefa
children be2660b6e40a
line wrap: on
line diff
--- a/Applications/Samples/SampleApplicationBase.h	Thu Aug 30 17:17:11 2018 +0200
+++ b/Applications/Samples/SampleApplicationBase.h	Tue Sep 04 15:09:42 2018 +0200
@@ -13,7 +13,7 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Affero General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Affero General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
@@ -34,9 +34,7 @@
                               IStatusBar& statusBar,
                               const boost::program_options::variables_map& parameters)
       {
-    }
-
-
+      }
 
       virtual std::string GetTitle() const
       {
@@ -48,11 +46,11 @@
       virtual void OnTool1Clicked() {}
       virtual void OnTool2Clicked() {}
 
-      virtual void GetButtonNames(std::string& pushButton1, 
-      std::string& pushButton2, 
-      std::string& tool1, 
-      std::string& tool2
-      ) {
+      virtual void GetButtonNames(std::string& pushButton1,
+                                  std::string& pushButton2,
+                                  std::string& tool1,
+                                  std::string& tool2
+                                  ) {
         pushButton1 = "action1";
         pushButton2 = "action2";
         tool1 = "tool1";