Skip to content

Commit d1bc1d1

Browse files
committed
Fix Win namespace issue
1 parent fb4db37 commit d1bc1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"binaryDir": "${sourceDir}/build",
88
"cacheVariables": {
99
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../vcpkg/scripts/buildsystems/vcpkg.cmake",
10-
"Qt6_DIR": "/Users/tedwaine/Qt6/6.5.3/macos/lib/cmake/Qt6",
10+
"Qt6_DIR": "C://Qt6/6.5.3/msvc2019_64/lib/cmake/Qt6",
1111
"CMAKE_INSTALL_PREFIX": "xstudio_install",
1212
"X_VCPKG_APPLOCAL_DEPS_INSTALL": "ON",
1313
"BUILD_DOCS": "OFF",

src/plugin/media_reader/openimageio/src/openimageio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ void fill_rendered_image(
612612
const ImageType image_type,
613613
const std::map<char, int> &channel_indices,
614614
const OIIO::TypeDesc &rendered_format,
615-
byte *buffer,
615+
xstudio::media_reader::byte *buffer,
616616
size_t width,
617617
size_t height,
618618
int bytes_per_channel) {

0 commit comments

Comments
 (0)