X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/sgauth/web.cpp

diff --git a/sgauth/web.cpp b/sgauth/web.cpp
index 8c23482b..a162acc4 100644
--- a/sgauth/web.cpp
+++ b/sgauth/web.cpp
@@ -426,7 +426,7 @@ const char * replyHeader =
 const char * replyFooter= "\n\n";
 
 send(outerSocket, replyHeader, strlen(replyHeader), 0);
-send(outerSocket, css, strlen(css), 0);
+send(outerSocket, SGAuth::css, strlen(SGAuth::css), 0);
 send(outerSocket, replyFooter, strlen(replyFooter), 0);
 
 return 0;