mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 10:19:52 +01:00 
			
		
		
		
	gtk: fix compilation
git-svn-id: trunk@19509 -
This commit is contained in:
		
							parent
							
								
									c1ed6a09a4
								
							
						
					
					
						commit
						ae200cf7bc
					
				@ -38,7 +38,7 @@ uses
 | 
				
			|||||||
  // widgetset
 | 
					  // widgetset
 | 
				
			||||||
  WSButtons, WSProc,
 | 
					  WSButtons, WSProc,
 | 
				
			||||||
  // interface
 | 
					  // interface
 | 
				
			||||||
  GtkDef;
 | 
					  GtkDef, GtkExtra;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type
 | 
					type
 | 
				
			||||||
  PBitBtnWidgetInfo = ^TBitBtnWidgetInfo;
 | 
					  PBitBtnWidgetInfo = ^TBitBtnWidgetInfo;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user