Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8445334

Browse files
t4ccersanbox-irl
authored andcommitted
Change return type ofcolumn_user_id toId
This matches the type of `TableColumnSetup.user_id`
1 parentec07713 commit8445334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎imgui/src/tables.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ impl<'a> Specs<'a> {
848848
pubstructTableColumnSortSpecs<'a>(&'a sys::ImGuiTableColumnSortSpecs);
849849
impl<'a>TableColumnSortSpecs<'a>{
850850
/// User id of the column (if specified by a TableSetupColumn() call)
851-
pubfncolumn_user_id(&self) ->sys::ImGuiID{
852-
self.0.ColumnUserID
851+
pubfncolumn_user_id(&self) ->Id{
852+
Id(self.0.ColumnUserID)
853853
}
854854

855855
/// Index of the column

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp