diff libinterp/dldfcn/__fltk_uigetfile__.cc @ 19907:d575cd1e0da7

Replace std::size_t with bare size_t for conformity to rest of code. * gl2ps-renderer.cc (draw): Replace std::size_t with size_t. * help.cc (size): Replace std::size_t with size_t. * __fltk_uigetfile__.cc (F__fltk_uigetfile__): Replace std::size_t with size_t. * __init_fltk__.cc (fltk_uimenu::find_index_by_name): Replace std::size_t with size_t. * audioread.cc (Faudiowrite): Replace std::size_t with size_t.
author Rik <rik@octave.org>
date Fri, 27 Feb 2015 15:51:12 -0800
parents 19755f4fc851
children
line wrap: on
line diff
--- a/libinterp/dldfcn/__fltk_uigetfile__.cc	Fri Feb 27 09:31:11 2015 -0800
+++ b/libinterp/dldfcn/__fltk_uigetfile__.cc	Fri Feb 27 15:51:12 2015 -0800
@@ -102,7 +102,7 @@
 
       //fltk uses forward slash even for windows
       std::string sep = "/";
-      std::size_t idx;
+      size_t idx;
 
       if (file_count == 1 && multi_type != Fl_File_Chooser::DIRECTORY)
         {