NatronGitHub / openfx-misc

Miscellaneous OFX / OpenFX / Open Effects plugins
GNU General Public License v2.0
291 stars 92 forks source link

Add space between between literal and identifier #85

Closed OmarEmaraDev closed 3 years ago

OmarEmaraDev commented 3 years ago

This is needed in order to compile with Clang since C++11 requires a space between literal and identifier, otherwise, Clang will give an error.