src/gui/components/cc_signals.h fix typo

This commit is contained in:
Jacek Jendrzej
2016-04-16 20:37:50 +02:00
parent c804997045
commit c521e67b10

View File

@@ -85,7 +85,7 @@ class CYourClass : sigc::trackable //<- not forget, requierd by destructor!
*/ */
#ifndef __CC_SIGNALS_H__ #ifndef __CC_SIGNALS_H__
#define __CC_SIGNALS_H____ #define __CC_SIGNALS_H__
#include <sigc++/signal.h> #include <sigc++/signal.h>
#include <driver/rcinput.h> #include <driver/rcinput.h>