소스 검색

Fix casing on HTTPServer.h

Tobias Hieta 9 년 전
부모
커밋
ea0c563c7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/remote/RemoteComponent.h

+ 1 - 1
src/remote/RemoteComponent.h

@@ -13,7 +13,7 @@
 
 #include "ComponentManager.h"
 #include "GDMManager.h"
-#include "server/httpserver.h"
+#include "server/HTTPServer.h"
 #include "qhttpresponse.h"
 #include "RemoteSubscriber.h"