blob: cbebfe5d1ed6558502a68d8a751b9107c1ff99e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-az,v 1.1 2008/01/06 18:39:38 rillig Exp $
See mk/help/c++.help.
--- ../spunk/itemwin.h.orig 1996-11-07 18:06:48.000000000 +0000
+++ ../spunk/itemwin.h 2008-01-06 18:52:26.000000000 +0000
@@ -55,6 +55,8 @@ const u16 ifNoSub = 0x0010
/*****************************************************************************/
+class ResEditApp;
+class ItemWindow;
class WindowItem : public Streamable {
|