HorizonLauncher / Client

Horizon Launcher client repository.
http://launchhorizon.com
MIT License
104 stars 10 forks source link

reserved identifier violation #78

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that identifiers like "_STORE_H_" and "_TABWIDGET_H_" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

TheDarocker commented 8 years ago

Good catch! If you'd like- since this a small low priority issue- can you make the changes and PR?

thomassross commented 8 years ago

Fixed. Thanks

elfring commented 8 years ago

Thanks for your improvement of affected include guards.