Fix compiler warnings about "missing variable declaration"

This commit is contained in:
hvellyr 2016-06-01 12:23:03 +02:00 committed by gck
parent 8363407768
commit 1e47348daf

View File

@ -1,4 +1,3 @@
#include "httplib.h" #include "httplib.h"
#include "peglib.h" #include "peglib.h"
#include <cstdio> #include <cstdio>
@ -7,7 +6,7 @@
using namespace httplib; using namespace httplib;
using namespace std; using namespace std;
string indexHTML = R"( static string indexHTML = R"(
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>