summaryrefslogtreecommitdiff
path: root/cpp/src/slice2vb/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2vb/Main.cpp')
-rw-r--r--cpp/src/slice2vb/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2vb/Main.cpp b/cpp/src/slice2vb/Main.cpp
index e16990e3c3a..07d384d7dc6 100644
--- a/cpp/src/slice2vb/Main.cpp
+++ b/cpp/src/slice2vb/Main.cpp
@@ -102,7 +102,7 @@ main(int argc, char* argv[])
vector<string> includePaths = opts.argVec("I");
for(i = includePaths.begin(); i != includePaths.end(); ++i)
{
- cppArgs += " -I" + Preprocessor::addQuotes(*i);
+ cppArgs += " -I" + Preprocessor::normalizeIncludePath(*i);
}
bool preprocess = opts.isSet("E");