From 13526fae6964d5b8667648c752490902283ce206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 18 Jun 2007 08:39:37 +0000 Subject: [PATCH] * compile fix provided by Michael Berg git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21449 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskcalc/CalcApplication.h | 3 ++- src/apps/deskcalc/CalcView.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/deskcalc/CalcApplication.h b/src/apps/deskcalc/CalcApplication.h index 5850bc0463..866cd5b224 100644 --- a/src/apps/deskcalc/CalcApplication.h +++ b/src/apps/deskcalc/CalcApplication.h @@ -7,14 +7,15 @@ * Timothy Wayper * Stephan Aßmus */ - #ifndef _CALC_APPLICATION_H #define _CALC_APPLICATION_H #include + extern const char* kAppSig; +class BFile; class CalcWindow; class CalcApplication : public BApplication { diff --git a/src/apps/deskcalc/CalcView.h b/src/apps/deskcalc/CalcView.h index 4391218122..cb6ba1d429 100644 --- a/src/apps/deskcalc/CalcView.h +++ b/src/apps/deskcalc/CalcView.h @@ -15,6 +15,7 @@ class BString; class BMenuItem; +class BPopUpMenu; class CalcOptions; class CalcOptionsWindow; class ExpressionTextView;