Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Aug 23, 2024
1 parent 2ce37da commit a5511c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion exaudfclient/base/exaudflib/swig/swig_meta_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SWIGMetadata {
if (impl!=nullptr) {
delete impl;
}
}
}
virtual const char* databaseName() { return impl->databaseName(); }
virtual const char* databaseVersion() { return impl->databaseVersion(); }
virtual const char* scriptName() { return impl->scriptName(); }
Expand Down
1 change: 0 additions & 1 deletion exaudfclient/base/javacontainer/javacontainer_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <unistd.h>
#include <sstream>

#include "base/exaudflib/swig/swig_meta_data.h"
#include "exascript_java_jni_decl.h"

#include "base/debug_message.h"
Expand Down
1 change: 0 additions & 1 deletion exaudfclient/base/python/pythoncontainer.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "pythoncontainer.h"
#include "base/exaudflib/swig/swig_meta_data.h"
#include <iostream>
#ifdef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
Expand Down

0 comments on commit a5511c7

Please sign in to comment.