~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to support/signature.h

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
class LayoutRectangle;
20
20
 
21
 
class Signature : public PageExtent
 
21
class Signature : public virtual PageExtent
22
22
{
23
23
        public:
24
24
        Signature(int rows=1,int columns=1);