Changeset 91722 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 14, 2021 12:25:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r91312 r91722 183 183 VBOXEXTPACK_IF_CS(IVetoEvent) **ppEventOut); 184 184 static DECLCALLBACK(const char *) i_hlpTranslate(PCVBOXEXTPACKHLP pHlp, 185 const char *pszComponent,186 const char *pszSourceText,187 const char *pszComment = NULL,188 const int iNum = -1);185 const char *pszComponent, 186 const char *pszSourceText, 187 const char *pszComment = NULL, 188 const size_t aNum = -1); 189 189 static DECLCALLBACK(int) i_hlpReservedN(PCVBOXEXTPACKHLP pHlp); 190 190 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.