* 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:
parent
2cb637f4b9
commit
13526fae69
@ -7,14 +7,15 @@
|
||||
* Timothy Wayper <timmy@wunderbear.com>
|
||||
* Stephan Aßmus <superstippi@gmx.de>
|
||||
*/
|
||||
|
||||
#ifndef _CALC_APPLICATION_H
|
||||
#define _CALC_APPLICATION_H
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
|
||||
extern const char* kAppSig;
|
||||
|
||||
class BFile;
|
||||
class CalcWindow;
|
||||
|
||||
class CalcApplication : public BApplication {
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
class BString;
|
||||
class BMenuItem;
|
||||
class BPopUpMenu;
|
||||
class CalcOptions;
|
||||
class CalcOptionsWindow;
|
||||
class ExpressionTextView;
|
||||
|
Loading…
Reference in New Issue
Block a user