From 83ca301bb17019f8344bd335796f58d88bf9506f Mon Sep 17 00:00:00 2001 From: Sergey Nenakhov Date: Sat, 23 Apr 2011 14:07:17 -0700 Subject: [windows] fix class/struct confusion --- src/browse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browse.h b/src/browse.h index 46249a7..f7972c1 100644 --- a/src/browse.h +++ b/src/browse.h @@ -15,7 +15,7 @@ #ifndef NINJA_BROWSE_H_ #define NINJA_BROWSE_H_ -class State; +struct State; // Run in "browse" mode, which execs a Python webserver. // |command| is the command used to invoke ninja. -- cgit v0.12