Another warning fixed.

...any reason why this is a pointer to a vector?
This commit is contained in:
Jason Felds
2013-05-02 20:19:37 -04:00
parent 001769b946
commit 1083ffa8cd
+1 -1
View File
@@ -277,7 +277,7 @@ void ScreenDebugOverlay::Init()
++iPage;
}
for (IDebugLine const *unused : *g_pvpSubscribers)
for (unsigned unused = 0; unused < g_pvpSubscribers->size(); ++unused)
{
{
BitmapText *bt = new BitmapText;