File: fix_ftbfs_menu_h

package info (click to toggle)
tuxfootball 0.3.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,556 kB
  • sloc: sh: 11,678; cpp: 6,667; makefile: 5,524; ansic: 358; sed: 16
file content (22 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Sat, 7 Oct 2017 20:30:01 +0200
Subject: fix_ftbfs_menu_h

===================================================================
---
 src/menu/elements/menulabel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/menu/elements/menulabel.cpp b/src/menu/elements/menulabel.cpp
index 1aa7780..c8eba9f 100644
--- a/src/menu/elements/menulabel.cpp
+++ b/src/menu/elements/menulabel.cpp
@@ -27,7 +27,7 @@
 
 #include <iostream>
 
-#include "menu.h"
+#include "menu/menu.h"
 
 MenuLabel::MenuLabel(Menu *menu, std::string name, std::string identifier) :
 				MenuItem(menu, name, identifier)