libksysguard-5.5.5-glibc2.23-1.patch 569 B

12345678910111213
  1. diff -Naur libksysguard-5.5.5-orig/signalplotter/ksignalplotter.cpp libksysguard-5.5.5/signalplotter/ksignalplotter.cpp
  2. --- libksysguard-5.5.5-orig/signalplotter/ksignalplotter.cpp 2016-03-01 14:37:26.000000000 +0100
  3. +++ libksysguard-5.5.5/signalplotter/ksignalplotter.cpp 2016-03-17 20:26:35.069995580 +0100
  4. @@ -18,7 +18,7 @@
  5. along with this program. If not, see <http://www.gnu.org/licenses/>.
  6. */
  7. -
  8. +using namespace std;
  9. #ifdef GRAPHICS_SIGNAL_PLOTTER
  10. #define KSignalPlotter KGraphicsSignalPlotter
  11. #define KSignalPlotterPrivate KGraphicsSignalPlotterPrivate