Browse Source

Forgot to commit the last change to using the new string API.

David Piuva 5 years ago
parent
commit
7323d91c7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/windowManagers/NoWindow.cpp

+ 1 - 1
Source/windowManagers/NoWindow.cpp

@@ -1,6 +1,6 @@
 
 #include "../DFPSR/gui/BackendWindow.h"
-#include "../DFPSR/base/text.h"
+#include "../DFPSR/api/stringAPI.h"
 
 std::shared_ptr<dsr::BackendWindow> createBackendWindow(const dsr::String& title, int width, int height) {
 	dsr::throwError("Tried to create a DsrWindow without a window manager selected!\n");