Skip to content

Commit 1115ab6

Browse files
Fixes #9
1 parent 43ec755 commit 1115ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/MetaProperties.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main(void)
99
{
1010
MetaInitialize( UsingModule( TestModule ) );
1111

12-
// you can also use type meta::Type::Get( "SoundEffect" ) based on a string name
12+
// you can also use type meta::Type::GetFromName( "SoundEffect" ) based on a string name
1313
Type soundEffectType = typeof( SoundEffect );
1414

1515
// the volume field in the SoundEffect struct
@@ -40,4 +40,4 @@ int main(void)
4040
std::cout << "SoundEffect::volume [Slider.type]: " << sliderTypeEnum.GetKey( volumeSlider.type ) << std::endl;
4141

4242
return 0;
43-
}
43+
}

0 commit comments

Comments
 (0)