gcc-6: don't ship info pages
[unleashed-userland.git] / components / bullet / patches / 02-gwen-interface.patch
blob9552bf9b214a1306201db234427d839ebf045080
1 --- ./examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp.orig 2015-07-14 23:17:44.656776490 +0000
2 +++ ./examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp 2015-07-14 23:18:09.472151012 +0000
3 @@ -1,7 +1,7 @@
4 #include "GwenParameterInterface.h"
5 #include "gwenInternalData.h"
8 +#include <string.h>
10 template<typename T>
11 struct MySliderEventHandler : public Gwen::Event::Handler
12 @@ -164,4 +164,4 @@
13 m_paramInternalData->m_textLabels.clear();
15 m_gwenInternalData->m_curYposition = this->m_paramInternalData->m_savedYposition;
17 \ No newline at end of file