[haiku-commits] r37525 - haiku/trunk/src/apps/showimage

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 15 Jul 2010 09:28:44 +0200 (CEST)

Author: jackburton
Date: 2010-07-15 09:28:44 +0200 (Thu, 15 Jul 2010)
New Revision: 37525
Changeset: http://dev.haiku-os.org/changeset/37525

Modified:
   haiku/trunk/src/apps/showimage/ShowImageApp.cpp
Log:
Fix warnings


Modified: haiku/trunk/src/apps/showimage/ShowImageApp.cpp
===================================================================
--- haiku/trunk/src/apps/showimage/ShowImageApp.cpp     2010-07-15 04:49:38 UTC 
(rev 37524)
+++ haiku/trunk/src/apps/showimage/ShowImageApp.cpp     2010-07-15 07:28:44 UTC 
(rev 37525)
@@ -31,7 +31,7 @@
 #undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "AboutWindow"
 
-extern const char* kApplicationSignature = "application/x-vnd.Haiku-ShowImage";
+const char* kApplicationSignature = "application/x-vnd.Haiku-ShowImage";
 
 
 ShowImageApp::ShowImageApp()


Other related posts:

  • » [haiku-commits] r37525 - haiku/trunk/src/apps/showimage - stefano . ceccherini