Skip to content

Commit

Permalink
Fix copy-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
krickw committed Jan 4, 2021
1 parent c1f555c commit f63c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/ufe/UsdTransform3dMayaXformStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace {
#if UFE_PREVIEW_VERSION_NUM >= 2031
using BaseUndoableCommand = Ufe::BaseUndoableCommand;
#else
using BaseUndoableCommand = BaseUndoableCommand;
using BaseUndoableCommand = Ufe::BaseTransformUndoableCommand;
#endif
using OpFunc = std::function<UsdGeomXformOp(const BaseUndoableCommand&)>;

Expand Down

0 comments on commit f63c6e8

Please sign in to comment.