mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Minor fixes.
--HG-- branch : dev
This commit is contained in:
@@ -30,7 +30,8 @@ const std::vector<std::string>& NodeAttribute::Info::getNames() const {
|
||||
return names;
|
||||
}
|
||||
|
||||
NodeAttribute::NodeAttribute()
|
||||
NodeAttribute::NodeAttribute() :
|
||||
mVolatile( false )
|
||||
{}
|
||||
|
||||
NodeAttribute::NodeAttribute( std::string name, std::string value, bool isVolatile ) :
|
||||
|
||||
@@ -20,7 +20,8 @@ UIMenu::UIMenu() :
|
||||
mItemSelected( NULL ),
|
||||
mItemSelectedIndex( eeINDEX_NOT_FOUND ),
|
||||
mClickHide( false ),
|
||||
mLastTickMove( 0 )
|
||||
mLastTickMove( 0 ),
|
||||
mOwnerNode( NULL )
|
||||
{
|
||||
mFlags |= UI_AUTO_SIZE;
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ UIStyle * UIStyle::New( UIWidget * widget ) {
|
||||
}
|
||||
|
||||
UIStyle::UIStyle( UIWidget * widget ) :
|
||||
UIState(),
|
||||
mWidget( widget ),
|
||||
mChangingState( false )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user