Changeset 10161

Show
Ignore:
Timestamp:
07/23/10 11:12:32 (3 years ago)
Author:
Snyder.Jason
Message:

made trueValues a const to make Phillip happy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/system/ossie/parser/prop_helpers.cpp

    r10159 r10161  
    3030#include <ossie/prop_helpers.h> 
    3131 
    32 static std::vector<std::string> trueValues = {"true", "t", "on", "yes", "1"}; 
     32static const std::vector<std::string> trueValues = {"true", "t", "on", "yes", "1"}; 
    3333 
    3434CORBA::Boolean ossieSupport::strings_to_boolean(std::vector<std::string> &values)