Created
March 2, 2015 07:55
-
-
Save l4u/2afb1e681a19c23f026b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/vagrant/WebChimera/src/ChimeraAPI.cpp: In member function ‘virtual FB::variant JSPlaylistItemsAPI::GetProperty(const string&)’: | |
/home/vagrant/WebChimera/src/ChimeraAPI.cpp:311:15: error: ‘c’ does not name a type | |
for( auto c : propertyName ) { | |
^ | |
/home/vagrant/WebChimera/src/ChimeraAPI.cpp:319:5: error: expected primary-expression before ‘return’ | |
return GetProperty( idx ); | |
^ | |
/home/vagrant/WebChimera/src/ChimeraAPI.cpp:319:5: error: expected ‘;’ before ‘return’ | |
/home/vagrant/WebChimera/src/ChimeraAPI.cpp:319:5: error: expected primary-expression before ‘return’ | |
/home/vagrant/WebChimera/src/ChimeraAPI.cpp:319:5: error: expected ‘)’ before ‘return’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment