diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 18:09:28 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 18:09:28 +0000 |
commit | 1d20cdf4cb74b3a1b47c7bd62d3e3d17be4c6013 (patch) | |
tree | c6fb735e4c27f3e693e2607ca2e02fede2288834 /printing/pdf_metafile_mac.h | |
parent | 3843213f9024e066f7107c071dc711be31f44487 (diff) | |
download | chromium_src-1d20cdf4cb74b3a1b47c7bd62d3e3d17be4c6013.zip chromium_src-1d20cdf4cb74b3a1b47c7bd62d3e3d17be4c6013.tar.gz chromium_src-1d20cdf4cb74b3a1b47c7bd62d3e3d17be4c6013.tar.bz2 |
Fix some of the more common chromium-style errors on the mac clang builder.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6525038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/pdf_metafile_mac.h')
-rw-r--r-- | printing/pdf_metafile_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/pdf_metafile_mac.h b/printing/pdf_metafile_mac.h index 38be634..557b008 100644 --- a/printing/pdf_metafile_mac.h +++ b/printing/pdf_metafile_mac.h @@ -29,7 +29,7 @@ class PdfMetafile { // Init(const void*, uint32). PdfMetafile(); - ~PdfMetafile() {} + ~PdfMetafile(); // Initializes a new metafile, and returns a drawing context for rendering // into the PDF. Returns NULL on failure. |