~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to backend/wbprivate/model/wb_physical_model_diagram_features.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
   */
42
42
  class PhysicalModelDiagramFeatures : public base::trackable
43
43
  {
 
44
    friend class ModelDiagramForm;
 
45
 
44
46
    ModelDiagramForm *_diagram;
45
47
    base::Point _last_click_pos;
46
48