Fixed missing const

This commit is contained in:
AlexandreRouma 2021-10-03 01:48:44 +02:00
parent a37a2d3b36
commit 8666aa07e7
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ namespace style {
}
namespace ImGui {
void LeftLabel(char* text);
void LeftLabel(const char* text);
}

View File

@ -19,7 +19,7 @@ cd SDRPlusPlus
mkdir build
cd build
cmake .. -DOPT_BUILD_BLADERF_SOURCE=ON -DOPT_BUILD_LIMESDR_SOURCE=ON -DOPT_BUILD_SDRPLAY_SOURCE=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK=ON -DOPT_BUILD_M17_DECODER=ON
make VERBOSE=1 -j2
make -j2
cd ..
sh make_debian_package.sh ./build 'libfftw3-dev, libglfw3-dev, libglew-dev, libvolk2-dev, librtaudio-dev'