Changeset 45 in flair-src for trunk/lib/FlairFilter/src
- Timestamp:
- Jul 18, 2016, 4:13:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/UavMultiplex.cpp
r15 r45 22 22 #include <Tab.h> 23 23 #include <GridLayout.h> 24 #include "compile_info.h" 24 25 25 26 using std::string; 26 27 using namespace flair::core; 27 28 using namespace flair::gui; 29 30 //todo: put it on seprate file, but not possible with static lib? 31 static void constructor() __attribute__((constructor)); 32 33 void constructor() { 34 compile_info("FlairFilter"); 35 } 36 28 37 29 38 namespace flair {
Note:
See TracChangeset
for help on using the changeset viewer.