ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
863 stars 259 forks source link

Fixed override warning: #12

Closed BrUnOXaVIeRLeiTE closed 9 years ago

BrUnOXaVIeRLeiTE commented 9 years ago

warning C4996: OVERRIDE macro is deprecated.

ashea-code commented 9 years ago

This doesn't seem to change anything on my end, the OVERRIDE warning is coming from an internal CEF header, something we can't really control. I'm not sure what adding a comment can do to fix it.

BrUnOXaVIeRLeiTE commented 9 years ago

OVERRIDE is a macro. Git won't push "override" keyword over "OVERRIDE" macro because for Git it is the same thing :) Check your code and you will see that you use the OVERRIDE macro instead of the "override" keyword. The comment was just for Git to notice the file size change.