Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix enum in sip
  • Loading branch information
3nids committed Sep 17, 2014
1 parent 1c3b0ea commit 418725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsidentifymenu.sip
Expand Up @@ -25,7 +25,7 @@ class QgsIdentifyMenu : QMenu
bool mIsExternalAction;
QgsMapLayer* mLayer;
QgsFeatureId mFeatureId;
MenuLevel mLevel;
QgsIdentifyMenu::MenuLevel mLevel;
QgsMapLayerAction* mMapLayerAction;
};

Expand Down

0 comments on commit 418725d

Please sign in to comment.