Advertisement
chrisasl

oop3

Jan 31st, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. se ayth th grammh:
  2. PlaneComponent::PlaneComponent(const String& describe_it)
  3.  
  4. objects.cpp: In constructor ‘PlaneComponent::PlaneComponent(const String&):
  5. objects.cpp:96:57: error: no matching function for call to ‘String::String()
  6. objects.cpp:96:57: note: candidates are:
  7. objects.h:35:5: note: String::String(const String&)
  8. objects.h:35:5: note:   candidate expects 1 argument, 0 provided
  9. objects.h:34:5: note: String::String(std::string)
  10. objects.h:34:5: note:   candidate expects 1 argument, 0 provided
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement