Index: src/IceBrowserCompileServer.cpp |
diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp |
index 5064d3021d5b10cfcb0c24b69681d6c9bbbdf045..6baf62dec1bf13b6a70bb37bc619864c42db5009 100644 |
--- a/src/IceBrowserCompileServer.cpp |
+++ b/src/IceBrowserCompileServer.cpp |
@@ -186,7 +186,7 @@ bool BrowserCompileServer::pushInputBytes(const void *Data, size_t NumBytes) { |
NumBytes) != NumBytes; |
} |
-void BrowserCompileServer::setFatalError(const IceString &Reason) { |
+void BrowserCompileServer::setFatalError(const std::string &Reason) { |
HadError.store(true); |
Ctx->getStrError() << Reason; |
// Make sure that the QueueStreamer is not stuck by signaling an early end. |