<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Compilation failure with clang - minor cleanup patch to ProfileData and Gfx"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89502">89502</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Compilation failure with clang - minor cleanup patch to ProfileData and Gfx
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cpp frontend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>schwehr@google.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=114163" name="attach_114163" title="Patch to poppler 0.32.0 for ProfileData.{cc,h} and Gfx.cc">attachment 114163</a> <a href="attachment.cgi?id=114163&action=edit" title="Patch to poppler 0.32.0 for ProfileData.{cc,h} and Gfx.cc">[details]</a></span>
Patch to poppler 0.32.0 for ProfileData.{cc,h} and Gfx.cc

I got a link error for multiply defined ProfileData classes.  The attached
patch moves the default constructor for ProfileData from the implementation .cc
to the header to fix the linking issue.  The compiler was creating a default
constructor when seeing the header and that constructor then clashed with the
one created by ProfileData.cc.  The patch also switches the initialization of
data members to an initializer list.

While debugging this, I looked at Gfx.cc and did some minor cleanup on the use
of ProfileData.

I'm using a non-standard build system and GCC 4.9.x with various patches, but
this patch should be safe for any platform.

Patch is against 0.32.0.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>