blob: 94a08a766e8f4e92e0b0063ad3114e3df9eea3fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.1.1.1 2007/11/25 23:52:54 wiz Exp $
--- src/ui/menuaction.h.orig 2007-09-14 05:43:03.000000000 +0000
+++ src/ui/menuaction.h
@@ -7,7 +7,7 @@
#ifndef MENUACTION_H
#define MENUACTION_H
-#include "guichan/guichan.hpp"
+#include "guichan.hpp"
/* TODO: Realize all customized behavior with specific MenuEntry subclasses
* and remove the need for a MenuAction delegate object.
|