mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:19:25 +02:00
component,printers: fix visibility hint
git-svn-id: trunk@17983 -
This commit is contained in:
parent
8c90166eaf
commit
64ba3d191e
@ -139,7 +139,6 @@ type
|
||||
|
||||
function GetXDPI: Integer; override;
|
||||
function GetYDPI: Integer; override;
|
||||
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; override;
|
||||
|
||||
{-------------------------------------------------
|
||||
SPECIFIC CUPS METHODS OR PROPERTIES
|
||||
@ -159,6 +158,7 @@ type
|
||||
public
|
||||
constructor Create; override;
|
||||
destructor Destroy; override;
|
||||
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; override;
|
||||
|
||||
{-------------------------------------------------
|
||||
SPECIFIC CUPS METHODS OR PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user