Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
30ba8495
Commit
30ba8495
authored
Sep 19, 2012
by
Alejandro Homs Puron
Browse files
* Fixed SIP compilation problem around Frelon::Global
parent
75f0a9a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
sip/Frelon.sip
View file @
30ba8495
...
...
@@ -26,7 +26,10 @@ namespace Frelon
%TypeHeaderCode
#include "Frelon.h"
#include "MiscUtils.h"
namespace lima { namespace Frelon { class Frelon::Global {}; } }
#ifndef LIMA_SIP_FRELON_GLOBAL_DEFINED
#define LIMA_SIP_FRELON_GLOBAL_DEFINED
namespace lima { namespace Frelon { class Global {}; } }
#endif
%End
enum Reg {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment