Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Frank3000 on March 14, 2006, 09:45:21 am

Title: typo in rev. 2190
Post by: Frank3000 on March 14, 2006, 09:45:21 am
Hi,
in rev. 2190 there is a typo in debuggerstate.cpp line 8:
#include "Manager.h"
should be:
#include "manager.h"
Cheers,
Frank
Title: Re: typo in rev. 2190
Post by: mandrav on March 14, 2006, 09:58:25 am
Fixed, thanks.