Added a bunch of warning flags and fixed most of the shadowed

variables.
This commit is contained in:
codestation
2015-02-27 22:59:22 -04:30
parent ddf9b4a611
commit 60a3049391
37 changed files with 380 additions and 362 deletions

View File

@@ -64,10 +64,10 @@ private:
void processEvent();
bool isActive();
void setDevice(vita_device_t *device);
void setDevice(vita_device_t *m_device);
vita_device_t *device;
vita_event_t t_event;
vita_device_t *m_device;
vita_event_t m_event;
Database *m_db;