~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to src/rawspeed/RawSpeed/IOException.h

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2011-07-12 09:36:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110712093646-yp9dbxan44dmw15h
Tags: 0.9-1
* New upstream release.
* Remove all patches now upstream; only patch for
  -Wno-error=unused-but-set-variable remains.
* Bump Standards-Version to 3.9.2 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
    http://www.klauspost.com
23
23
*/
24
 
#pragma once
 
24
#ifndef IOEXCEPTION_H
 
25
#define IOEXCEPTION_H
 
26
 
25
27
 
26
28
namespace RawSpeed {
27
29
 
36
38
};
37
39
 
38
40
} // namespace RawSpeed
 
41
 
 
42
#endif