mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-10 07:13:53 +00:00
Fix topic infos creation
This commit is contained in:
parent
ad44add658
commit
3163d9ed56
@ -56,6 +56,8 @@ namespace CSMWorld
|
|||||||
/// Works like getAppendIndex unless an overloaded method uses the record pointer
|
/// Works like getAppendIndex unless an overloaded method uses the record pointer
|
||||||
/// to get additional info about the record that results in an alternative index.
|
/// to get additional info about the record that results in an alternative index.
|
||||||
|
|
||||||
|
int getAppendIndex (const std::string& id, UniversalId::Type type) const override { return getInsertIndex(id, type); }
|
||||||
|
|
||||||
bool reorderRows(int baseIndex, const std::vector<int>& newOrder) override;
|
bool reorderRows(int baseIndex, const std::vector<int>& newOrder) override;
|
||||||
///< Reorder the rows [baseIndex, baseIndex+newOrder.size()) according to the indices
|
///< Reorder the rows [baseIndex, baseIndex+newOrder.size()) according to the indices
|
||||||
/// given in \a newOrder (baseIndex+newOrder[0] specifies the new index of row baseIndex).
|
/// given in \a newOrder (baseIndex+newOrder[0] specifies the new index of row baseIndex).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user