Skip to content

Commit

Permalink
Fix move constructor comment in Data class (axmolengine#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosik86 authored and xfbird committed Sep 18, 2024
1 parent 3dd59cf commit ad150d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AX_DLL Data
Data(const Data& other);

/**
* Copy constructor of Data.
* Move constructor of Data.
*/
Data(Data&& other);

Expand Down

0 comments on commit ad150d9

Please sign in to comment.