Changeset 3b11e65 in nscp


Ignore:
Timestamp:
09/01/11 07:23:13 (21 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
a44cb15
Parents:
81e420c
Message:

linux build twekas...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nscapi/macros.hpp

    r81e420c r3b11e65  
    8181  plugin_list_type plugins; 
    8282  boost::shared_ptr<impl_type> get(unsigned int id) { 
    83     plugin_list_type::iterator it = plugins.find(id); 
     83    typename plugin_list_type::iterator it = plugins.find(id); 
    8484    if (it != plugins.end()) 
    8585      return it->second; 
Note: See TracChangeset for help on using the changeset viewer.