* compile fix provided by Michael Berg

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21449 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-06-18 08:39:37 +00:00
parent 2cb637f4b9
commit 13526fae69
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -7,14 +7,15 @@
* Timothy Wayper <[email protected]>
* Stephan Aßmus <[email protected]>
*/
#ifndef _CALC_APPLICATION_H
#define _CALC_APPLICATION_H
#include <Application.h>
extern const char* kAppSig;
class BFile;
class CalcWindow;
class CalcApplication : public BApplication {
+1
View File
@@ -15,6 +15,7 @@
class BString;
class BMenuItem;
class BPopUpMenu;
class CalcOptions;
class CalcOptionsWindow;
class ExpressionTextView;