Ignore:
Timestamp:
05/15/15 12:52:52 (10 years ago)
Author:
epyon
Message:
  • fixed compilation on clang
  • cleared all clang warnings (except fix_me's)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/engine/program_manager.hh

    r319 r364  
    2424        public:
    2525                program_manager( context* a_context );
    26                 virtual const char* get_storage_name() const { return "programs"; }
    27                 virtual const char* get_resource_name() const { return "program"; }
     26                virtual string_ref get_storage_name() const { return "programs"; }
     27                virtual string_ref get_resource_name() const { return "program"; }
    2828        protected:
    2929                virtual resource_id load_resource( lua::table_guard& table );
Note: See TracChangeset for help on using the changeset viewer.