* 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:
@@ -7,14 +7,15 @@
|
|||||||
* Timothy Wayper <[email protected]>
|
* Timothy Wayper <[email protected]>
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CALC_APPLICATION_H
|
#ifndef _CALC_APPLICATION_H
|
||||||
#define _CALC_APPLICATION_H
|
#define _CALC_APPLICATION_H
|
||||||
|
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
|
|
||||||
|
|
||||||
extern const char* kAppSig;
|
extern const char* kAppSig;
|
||||||
|
|
||||||
|
class BFile;
|
||||||
class CalcWindow;
|
class CalcWindow;
|
||||||
|
|
||||||
class CalcApplication : public BApplication {
|
class CalcApplication : public BApplication {
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
class BString;
|
class BString;
|
||||||
class BMenuItem;
|
class BMenuItem;
|
||||||
|
class BPopUpMenu;
|
||||||
class CalcOptions;
|
class CalcOptions;
|
||||||
class CalcOptionsWindow;
|
class CalcOptionsWindow;
|
||||||
class ExpressionTextView;
|
class ExpressionTextView;
|
||||||
|
|||||||
Reference in New Issue
Block a user