author=ashuk
files modified : motif/MotifBrowserControlCanvas.cpp changed include "ns_util.h" to include "../ns_util.h" This was a simple path resolution problem fix in the include statement. git-svn-id: svn://10.0.0.236/trunk@96447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "ns_util.h" //for throwing Exceptions to Java
|
||||
#include "../ns_util.h" //for throwing Exceptions to Java
|
||||
|
||||
extern "C" void NS_SetupRegistry();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user