Files
pkgsrc-ng/games/qonk/patches/patch-al
2013-09-26 17:14:40 +02:00

14 lines
403 B
Plaintext

$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.