Removed Windows-style line breaks (^M) from all .cc and .h source files.
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
|
||||
Glib::RefPtr<Gdk::Pixbuf> safe_create_from_file(const std::string& filename);
|
||||
|
||||
class FileMTimeInfo {
|
||||
|
||||
public:
|
||||
Glib::ustring fname;
|
||||
Glib::TimeVal mtime;
|
||||
|
||||
FileMTimeInfo (Glib::ustring name, Glib::TimeVal mtime) : fname(name), mtime(mtime) {}
|
||||
bool operator<(const FileMTimeInfo& other) const { return mtime<other.mtime; }
|
||||
};
|
||||
class FileMTimeInfo {
|
||||
|
||||
public:
|
||||
Glib::ustring fname;
|
||||
Glib::TimeVal mtime;
|
||||
|
||||
FileMTimeInfo (Glib::ustring name, Glib::TimeVal mtime) : fname(name), mtime(mtime) {}
|
||||
bool operator<(const FileMTimeInfo& other) const { return mtime<other.mtime; }
|
||||
};
|
||||
|
||||
Glib::RefPtr<Gio::FileInfo> safe_query_file_info (Glib::RefPtr<Gio::File> &file);
|
||||
void safe_build_file_list (Glib::RefPtr<Gio::File> &dir, std::vector<FileMTimeInfo> &flist);
|
||||
@@ -26,7 +26,7 @@ bool safe_spawn_command_line_async (const Glib::ustring& cmd_utf8);
|
||||
|
||||
Glib::ustring safe_locale_to_utf8 (const std::string& src); // from rtengine
|
||||
std::string safe_locale_from_utf8 (const Glib::ustring& utf8_str);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user