Skip to content

Instantly share code, notes, and snippets.

@l4u
Created March 2, 2015 07:55
Show Gist options
  • Save l4u/2afb1e681a19c23f026b to your computer and use it in GitHub Desktop.
Save l4u/2afb1e681a19c23f026b to your computer and use it in GitHub Desktop.
/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