Advertisement
dmitrysenkovich

Untitled

Sep 2nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index: buildAirfield.cpp
  2. ===================================================================
  3. --- buildAirfield.cpp   (revision 6378)
  4. +++ buildAirfield.cpp   (working copy)
  5. @@ -80,7 +80,7 @@
  6.     ed::string text;
  7.     auto textKey = [&](const ed::string& key)
  8.     {
  9. -       return "Airdromes[" + name + "][" + key + "]";
  10. +       return "Airdromes[\"" + name + "\"][" + key + "]";
  11.     };
  12.  
  13.     edtu::Notifications notifications;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement