Skip to content

Commit

Permalink
Fixed|GCC: Further qualified type of Materials::Instance::groups
Browse files Browse the repository at this point in the history
GCC does not automatically make the symbols of the outer class/type
visible to types internal to said outer class/type.
  • Loading branch information
danij-deng committed Jan 6, 2013
1 parent 56bf76d commit 0511cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/src/resource/materials.cpp
Expand Up @@ -121,7 +121,7 @@ struct Materials::Instance
MaterialList materials;

/// Animation groups.
AnimGroups groups;
Materials::AnimGroups groups;

/// Total number of URI material bindings (in all schemes).
uint bindingCount;
Expand Down

0 comments on commit 0511cb3

Please sign in to comment.