Changeset 97304 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 26, 2022 2:28:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r97303 r97304 1405 1405 /** @name Static helper functions. 1406 1406 * @{ */ 1407 static int Translate(Utf8Str &strPath, PathStyle_T enmSrcPathStyle, PathStyle_T enmDstPathStyle );1407 static int Translate(Utf8Str &strPath, PathStyle_T enmSrcPathStyle, PathStyle_T enmDstPathStyle, bool fForce = false); 1408 1408 /** @} */ 1409 1409 };
Note:
See TracChangeset
for help on using the changeset viewer.