Fix linker issue on Windows

git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@2257 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 96f01b58
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 1 #define MINOR_VERSION 1
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 2244 #define BUILD_REVISION 2245
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#include "compiler/DetectCallDepth.h" #include "compiler/DetectCallDepth.h"
#include "compiler/InfoSink.h" #include "compiler/InfoSink.h"
const int DetectCallDepth::FunctionNode::kInfiniteCallDepth;
DetectCallDepth::FunctionNode::FunctionNode(const TString& fname) DetectCallDepth::FunctionNode::FunctionNode(const TString& fname)
: name(fname), : name(fname),
visit(PreVisit) visit(PreVisit)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment