aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/clipping_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/clipping_helper.hpp')
-rw-r--r--src/menu/clipping_helper.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menu/clipping_helper.hpp b/src/menu/clipping_helper.hpp
index 0435f01f..9132492c 100644
--- a/src/menu/clipping_helper.hpp
+++ b/src/menu/clipping_helper.hpp
@@ -31,6 +31,7 @@
#include <log4cpp/Category.hh>
#include "utils/rectangle.hpp"
+#include "container.hpp"
namespace usdx
{
@@ -49,7 +50,7 @@ namespace usdx
*/
static Rectangle<int> makeRect(GLint box[4]);
public:
- ClippingHelper(const Rectangle<int>&);
+ ClippingHelper(const Container*, const Rectangle<int>&);
virtual ~ClippingHelper();
};
};