diff -r cab5989c2ce2 -r de295d5e2bb4 src/graph_gui.cpp --- a/src/graph_gui.cpp Thu Jan 24 18:35:35 2008 +0000 +++ b/src/graph_gui.cpp Thu Jan 24 18:47:05 2008 +0000 @@ -43,7 +43,7 @@ }; /* Apparently these don't play well with enums. */ -static const OverflowSafeInt64 INVALID_DATAPOINT = INT64_MAX; // Value used for a datapoint that shouldn't be drawn. +static const OverflowSafeInt64 INVALID_DATAPOINT(INT64_MAX); // Value used for a datapoint that shouldn't be drawn. static const uint INVALID_DATAPOINT_POS = UINT_MAX; // Used to determine if the previous point was drawn. struct GraphDrawer {